func github.com/refraction-networking/utls.cipherSuiteTLS13ByID
17 uses
github.com/refraction-networking/utls (current package)
cipher_suites.go#L396: if c := cipherSuiteTLS13ByID(cID); c != nil {
cipher_suites.go#L668: return cipherSuiteTLS13ByID(id)
cipher_suites.go#L674: func cipherSuiteTLS13ByID(id uint16) *cipherSuiteTLS13 {
conn.go#L1344: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_client.go#L334: suite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L501: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
handshake_client.go#L507: offeredSuite := cipherSuiteTLS13ByID(offeredID)
handshake_client_tls13.go#L358: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L547: pskSuite := cipherSuiteTLS13ByID(hs.session.cipherSuite)
handshake_client_tls13.go#L1055: cipherSuite := cipherSuiteTLS13ByID(c.cipherSuite)
handshake_server_tls13.go#L392: pskSuite := cipherSuiteTLS13ByID(sessionState.cipherSuite)
handshake_server_tls13.go#L981: suite := cipherSuiteTLS13ByID(c.cipherSuite)
u_handshake_client.go#L442: cipherSuite := cipherSuiteTLS13ByID(session.cipherSuite)
u_handshake_client.go#L498: suite := cipherSuiteTLS13ByID(session.cipherSuite)
u_handshake_client.go#L543: hs13.earlySecret = tls13.NewEarlySecretFromSecret(cipherSuiteTLS13ByID(session.cipherSuite).hash.New, c.HandshakeState.State13.EarlySecret)
u_handshake_client.go#L546: hs13.masterSecret = tls13.NewMasterSecretFromSecret(cipherSuiteTLS13ByID(session.cipherSuite).hash.New, c.HandshakeState.MasterSecret)
u_pre_shared_key.go#L149: e.cipherSuite = cipherSuiteTLS13ByID(e.Session.cipherSuite)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |